home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Utilities / ttf2pt1PPC / Amiga.readme < prev    next >
Text File  |  2001-07-05  |  1KB  |  41 lines

  1. ttf2pt1 3.3.4 Amiga
  2. -------------------
  3.  
  4. This is my little Amiga port of ttf2pt1, a Truetype to Postscript font
  5. converter. Contrary to the last available Amiga port, the type 1 assembler
  6. has been compiled into the binary, so I think it's easier to use.
  7.  
  8. For those who just want to start and don't want to bother with manuals.
  9. For what you'll usually want to do with it, invoke it as:
  10.  
  11. ttf2pt1 -b <truetype file> [<postscript file>]
  12.  
  13. which will create all necessary font files. If the postscript file name
  14. is missing, it'll use the truetype file name as a base name.
  15.  
  16. I've provided a tiny script to help converting an entire directory.
  17. ttf2pt1-conv will convert all files in the current directory ending with
  18. "#?.ttf" to Postscript fonts with #?.pfb and #?.afm files. Optionally,
  19. you can provide a destination path in the command line. Due to the
  20. limitations of the Shell, you must specify a slash (/) after the
  21. directory name, like:
  22.  
  23.   ttf2pt1-conv Postscript/
  24.  
  25. which will convert all fonts in the current directory and place them in
  26. a subdirectory called Postscript. Perhaps an ARexx script could do it
  27. nicer, but this should suffice for most uses.
  28.  
  29. For extended usage, well, maybe you really should bother with the docs
  30. then ... :-)
  31.  
  32. There are versions for 68k and WarpOS.
  33.  
  34. Enjoy,
  35.  
  36. Rüdiger Hanke
  37. tomjoad@muenster.de
  38.  
  39. My Amiga software page: http://www.muenster.de/~tomjoad/
  40.  
  41.